From 6cbfdb76dd570f021018d7f438f06ceb6bd520a7 Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Mon, 13 Feb 2012 18:17:28 +0000 Subject: [PATCH] tools: make qemu build use correct PYTHON version Pass --python=$(PYTHON) to qemu's configure. Fixes error: Python not found. Use --python=/path/to/python Signed-off-by: Christoph Egger Acked-by: Ian Jackson Committed-by: Ian Jackson --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/Makefile b/tools/Makefile index 54522f44f2..3361ef5020 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -155,6 +155,7 @@ subdir-all-qemu-xen-dir subdir-install-qemu-xen-dir: qemu-xen-dir-find -L$(XEN_ROOT)/tools/xenstore" \ --bindir=$(LIBEXEC) \ --disable-kvm \ + --python=$(PYTHON) \ $(IOEMU_CONFIGURE_CROSS); \ $(MAKE) install -- 2.30.2